home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Adventure Games
/
Adventure Games 1.iso
/
panic
/
panic.exe
/
panic.DXR
/
00217.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-08-24
|
171 b
|
11 lines
global gHot, gHotMask
on exitFrame
cursor([gHot, gHotMask])
startTimer()
repeat while (the timer < 200) and the mouseUp
nothing()
end repeat
cursor(-1)
end